cssimageradial: Only allow at "<position>" after other props
authorBenjamin Otte <otte@redhat.com>
Fri, 5 Feb 2016 18:01:48 +0000 (19:01 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 5 Feb 2016 18:31:47 +0000 (19:31 +0100)
commit0c126012083e55532e1da961edc4fad3303186f3
tree9f9d6f8420fac82b6aa22931f820df38781ec0aa
parent982da040b234f8c2da349a45111972d04c98f4a8
cssimageradial: Only allow at "<position>" after other props

Don't allow syntax like
  at top left circle
but follow the spec about requiring the at <position> right before the
comma.

This is porbably because
  circle at 10px 10px
could be interpreted as
  circle 10px at 10px
with the now disallowed syntax, too.

Test included.
gtk/gtkcssimageradial.c
testsuite/css/parser/Makefile.am
testsuite/css/parser/radial-positions.css [new file with mode: 0644]
testsuite/css/parser/radial-positions.errors [new file with mode: 0644]
testsuite/css/parser/radial-positions.ref.css [new file with mode: 0644]